Class: Quickfix::InstrumentScopePutOrCall

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



20868
20869
20870
# File 'lib/quickfix_fields.rb', line 20868

def InstrumentScopePutOrCall.field
	return 1553
end