Class: Quickfix::LegPosAmtType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPosAmtType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPosAmtType
constructor
A new instance of LegPosAmtType.
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
.field ⇒ Object
21804 21805 21806 |
# File 'lib/quickfix_fields.rb', line 21804 def LegPosAmtType.field return 1588 end |