Class: Quickfix::SettlLocation
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SettlLocation
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlLocation
constructor
A new instance of SettlLocation.
Constructor Details
#initialize(data = nil) ⇒ SettlLocation
Returns a new instance of SettlLocation.
18817 18818 18819 18820 18821 18822 18823 |
# File 'lib/quickfix_fields.rb', line 18817 def initialize(data = nil) if( data == nil ) super(166) else super(166, data) end end |
Class Method Details
.field ⇒ Object
18814 18815 18816 |
# File 'lib/quickfix_fields.rb', line 18814 def SettlLocation.field return 166 end |