Class: Quickfix::LegPosCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegPosCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPosCurrency
constructor
A new instance of LegPosCurrency.
Constructor Details
#initialize(data = nil) ⇒ LegPosCurrency
Returns a new instance of LegPosCurrency.
21820 21821 21822 21823 21824 21825 21826 |
# File 'lib/quickfix_fields.rb', line 21820 def initialize(data = nil) if( data == nil ) super(1589) else super(1589, data) end end |