Class: Quickfix::LegAllocSettlCurrencyCodeSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegAllocSettlCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAllocSettlCurrencyCodeSource
constructor
A new instance of LegAllocSettlCurrencyCodeSource.
Constructor Details
#initialize(data = nil) ⇒ LegAllocSettlCurrencyCodeSource
Returns a new instance of LegAllocSettlCurrencyCodeSource.
78916 78917 78918 78919 78920 78921 78922 |
# File 'lib/quickfix_fields.rb', line 78916 def initialize(data = nil) if( data == nil ) super(2928) else super(2928, data) end end |