Class: Quickfix::PayCollectMarketID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PayCollectMarketID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PayCollectMarketID
constructor
A new instance of PayCollectMarketID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PayCollectMarketID
Returns a new instance of PayCollectMarketID.
22405 22406 22407 22408 22409 22410 22411 |
# File 'lib/quickfix_fields.rb', line 22405 def initialize(data = nil) if( data == nil ) super(1713) else super(1713, data) end end |
Class Method Details
.field ⇒ Object
22402 22403 22404 |
# File 'lib/quickfix_fields.rb', line 22402 def PayCollectMarketID.field return 1713 end |