Class: Quickfix::SettlInstSource
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::SettlInstSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlInstSource
constructor
A new instance of SettlInstSource.
Constructor Details
#initialize(data = nil) ⇒ SettlInstSource
Returns a new instance of SettlInstSource.
6090 6091 6092 6093 6094 6095 6096 |
# File 'lib/quickfix_fields.rb', line 6090 def initialize(data = nil) if( data == nil ) super(165) else super(165, data) end end |
Class Method Details
.field ⇒ Object
6087 6088 6089 |
# File 'lib/quickfix_fields.rb', line 6087 def SettlInstSource.field return 165 end |