Class: Quickfix::UndlyInstrumentPartySubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UndlyInstrumentPartySubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UndlyInstrumentPartySubID
constructor
A new instance of UndlyInstrumentPartySubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UndlyInstrumentPartySubID
Returns a new instance of UndlyInstrumentPartySubID.
14254 14255 14256 14257 14258 14259 14260 |
# File 'lib/quickfix_fields.rb', line 14254 def initialize(data = nil) if( data == nil ) super(1063) else super(1063, data) end end |
Class Method Details
.field ⇒ Object
14251 14252 14253 |
# File 'lib/quickfix_fields.rb', line 14251 def UndlyInstrumentPartySubID.field return 1063 end |