Class: Quickfix::MarketMakerActivity
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MarketMakerActivity
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketMakerActivity
constructor
A new instance of MarketMakerActivity.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MarketMakerActivity
Returns a new instance of MarketMakerActivity.
20364 20365 20366 20367 20368 20369 20370 |
# File 'lib/quickfix_fields.rb', line 20364 def initialize(data = nil) if( data == nil ) super(1655) else super(1655, data) end end |
Class Method Details
.field ⇒ Object
20361 20362 20363 |
# File 'lib/quickfix_fields.rb', line 20361 def MarketMakerActivity.field return 1655 end |