Class: Quickfix::AllocSettlCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocSettlCurrency

Returns a new instance of AllocSettlCurrency.



10081
10082
10083
10084
10085
10086
10087
# File 'lib/quickfix_fields.rb', line 10081

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