Class: Quickfix::SettlPartySubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SettlPartySubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlPartySubID
constructor
A new instance of SettlPartySubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SettlPartySubID
Returns a new instance of SettlPartySubID.
10718 10719 10720 10721 10722 10723 10724 |
# File 'lib/quickfix_fields.rb', line 10718 def initialize(data = nil) if( data == nil ) super(785) else super(785, data) end end |
Class Method Details
.field ⇒ Object
10715 10716 10717 |
# File 'lib/quickfix_fields.rb', line 10715 def SettlPartySubID.field return 785 end |