Class: Quickfix::LegSettlCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegSettlCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSettlCurrency
constructor
A new instance of LegSettlCurrency.
Constructor Details
#initialize(data = nil) ⇒ LegSettlCurrency
Returns a new instance of LegSettlCurrency.
3672 3673 3674 3675 3676 3677 3678 |
# File 'lib/quickfix_fields.rb', line 3672 def initialize(data = nil) if( data == nil ) super(675) else super(675, data) end end |
Class Method Details
.field ⇒ Object
3669 3670 3671 |
# File 'lib/quickfix_fields.rb', line 3669 def LegSettlCurrency.field return 675 end |