Class: Quickfix::SettlInstMsgID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SettlInstMsgID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlInstMsgID
constructor
A new instance of SettlInstMsgID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SettlInstMsgID
Returns a new instance of SettlInstMsgID.
10614 10615 10616 10617 10618 10619 10620 |
# File 'lib/quickfix_fields.rb', line 10614 def initialize(data = nil) if( data == nil ) super(777) else super(777, data) end end |
Class Method Details
.field ⇒ Object
10611 10612 10613 |
# File 'lib/quickfix_fields.rb', line 10611 def SettlInstMsgID.field return 777 end |