Class: Quickfix::LegAllocSettlCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegAllocSettlCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAllocSettlCurrency
constructor
A new instance of LegAllocSettlCurrency.
Constructor Details
#initialize(data = nil) ⇒ LegAllocSettlCurrency
Returns a new instance of LegAllocSettlCurrency.
8794 8795 8796 8797 8798 8799 8800 |
# File 'lib/quickfix_fields.rb', line 8794 def initialize(data = nil) if( data == nil ) super(1367) else super(1367, data) end end |
Class Method Details
.field ⇒ Object
8791 8792 8793 |
# File 'lib/quickfix_fields.rb', line 8791 def LegAllocSettlCurrency.field return 1367 end |