Class: Quickfix::LegPosAmtReason
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPosAmtReason
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPosAmtReason
constructor
A new instance of LegPosAmtReason.
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 |