Class: Quickfix::LegPosAmtType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPosAmtType

Returns a new instance of LegPosAmtType.



21807
21808
21809
21810
21811
21812
21813
# File 'lib/quickfix_fields.rb', line 21807

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

Class Method Details

.fieldObject



21804
21805
21806
# File 'lib/quickfix_fields.rb', line 21804

def LegPosAmtType.field
  return 1588
end