Class: Quickfix::AllocSettlCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AllocSettlCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocSettlCurrency
constructor
A new instance of AllocSettlCurrency.
Constructor Details
#initialize(data = nil) ⇒ AllocSettlCurrency
Returns a new instance of AllocSettlCurrency.
10081 10082 10083 10084 10085 10086 10087 |
# File 'lib/quickfix_fields.rb', line 10081 def initialize(data = nil) if( data == nil ) super(736) else super(736, data) end end |