Class: Quickfix::UnderlyingPutOrCall

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPutOrCall

Returns a new instance of UnderlyingPutOrCall.



19766
19767
19768
19769
19770
19771
19772
# File 'lib/quickfix_fields.rb', line 19766

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

Class Method Details

.fieldObject



19763
19764
19765
# File 'lib/quickfix_fields.rb', line 19763

def UnderlyingPutOrCall.field
	return 315
end