Class: Quickfix::LegPutOrCall

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPutOrCall

Returns a new instance of LegPutOrCall.



17569
17570
17571
17572
17573
17574
17575
# File 'lib/quickfix_fields.rb', line 17569

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