Class: Quickfix::UnderlyingLegPutOrCall

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegPutOrCall

Returns a new instance of UnderlyingLegPutOrCall.



8183
8184
8185
8186
8187
8188
8189
# File 'lib/quickfix_fields.rb', line 8183

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

Class Method Details

.fieldObject



8180
8181
8182
# File 'lib/quickfix_fields.rb', line 8180

def UnderlyingLegPutOrCall.field
	return 1343
end