Class: Quickfix::UnderlyingLegPutOrCall

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) ⇒ UnderlyingLegPutOrCall

Returns a new instance of UnderlyingLegPutOrCall.



17933
17934
17935
17936
17937
17938
17939
# File 'lib/quickfix_fields.rb', line 17933

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

Class Method Details

.fieldObject



17930
17931
17932
# File 'lib/quickfix_fields.rb', line 17930

def UnderlyingLegPutOrCall.field
  return 1343
end