Class: Quickfix::AllocSettlCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AllocSettlCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
5050 5051 5052 5053 5054 5055 5056 |
# File 'lib/quickfix_fields.rb', line 5050 def initialize(data = nil) if( data == nil ) super(736) else super(736, data) end end |
Class Method Details
.field ⇒ Object
5047 5048 5049 |
# File 'lib/quickfix_fields.rb', line 5047 def AllocSettlCurrency.field return 736 end |