Class: Quickfix::TradeAllocCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TradeAllocCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeAllocCurrency
constructor
A new instance of TradeAllocCurrency.
Constructor Details
#initialize(data = nil) ⇒ TradeAllocCurrency
Returns a new instance of TradeAllocCurrency.
24199 24200 24201 24202 24203 24204 24205 |
# File 'lib/quickfix_fields.rb', line 24199 def initialize(data = nil) if( data == nil ) super(1847) else super(1847, data) end end |