Class: Quickfix::LegPutOrCall

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPutOrCall

Returns a new instance of LegPutOrCall.



9678
9679
9680
9681
9682
9683
9684
# File 'lib/quickfix_fields.rb', line 9678

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

Class Method Details

.fieldObject



9675
9676
9677
# File 'lib/quickfix_fields.rb', line 9675

def LegPutOrCall.field
	return 1358
end