Class: Quickfix::SideSettlCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SideSettlCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideSettlCurrency
constructor
A new instance of SideSettlCurrency.
Constructor Details
#initialize(data = nil) ⇒ SideSettlCurrency
Returns a new instance of SideSettlCurrency.
15606 15607 15608 15609 15610 15611 15612 |
# File 'lib/quickfix_fields.rb', line 15606 def initialize(data = nil) if( data == nil ) super(1155) else super(1155, data) end end |
Class Method Details
.field ⇒ Object
15603 15604 15605 |
# File 'lib/quickfix_fields.rb', line 15603 def SideSettlCurrency.field return 1155 end |