Class: Quickfix::SettlInstCode
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SettlInstCode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlInstCode
constructor
A new instance of SettlInstCode.
Constructor Details
#initialize(data = nil) ⇒ SettlInstCode
Returns a new instance of SettlInstCode.
6649 6650 6651 6652 6653 6654 6655 |
# File 'lib/quickfix_fields.rb', line 6649 def initialize(data = nil) if( data == nil ) super(175) else super(175, data) end end |
Class Method Details
.field ⇒ Object
6646 6647 6648 |
# File 'lib/quickfix_fields.rb', line 6646 def SettlInstCode.field return 175 end |