Class: Quickfix::LegAllocAccount

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegAllocAccount

Returns a new instance of LegAllocAccount.



11836
11837
11838
11839
11840
11841
11842
# File 'lib/quickfix_fields.rb', line 11836

def initialize(data = nil)
  if( data == nil )
    super(671)
  else
    super(671, data)
  end
end

Class Method Details

.fieldObject



11833
11834
11835
# File 'lib/quickfix_fields.rb', line 11833

def LegAllocAccount.field
  return 671
end