Class: Quickfix::InstrumentScopePutOrCall

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InstrumentScopePutOrCall

Returns a new instance of InstrumentScopePutOrCall.



20871
20872
20873
20874
20875
20876
20877
# File 'lib/quickfix_fields.rb', line 20871

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