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