Class: Quickfix::LegPosAmtReason
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPosAmtReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPosAmtReason
constructor
A new instance of LegPosAmtReason.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPosAmtReason
Returns a new instance of LegPosAmtReason.
21833 21834 21835 21836 21837 21838 21839 |
# File 'lib/quickfix_fields.rb', line 21833 def initialize(data = nil) if( data == nil ) super(1590) else super(1590, data) end end |
Class Method Details
.field ⇒ Object
21830 21831 21832 |
# File 'lib/quickfix_fields.rb', line 21830 def LegPosAmtReason.field return 1590 end |