Class: Quickfix::SettlPartyID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SettlPartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlPartyID
constructor
A new instance of SettlPartyID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SettlPartyID
Returns a new instance of SettlPartyID.
10679 10680 10681 10682 10683 10684 10685 |
# File 'lib/quickfix_fields.rb', line 10679 def initialize(data = nil) if( data == nil ) super(782) else super(782, data) end end |
Class Method Details
.field ⇒ Object
10676 10677 10678 |
# File 'lib/quickfix_fields.rb', line 10676 def SettlPartyID.field return 782 end |