Class: Quickfix::NoRelatedTrades
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoRelatedTrades
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRelatedTrades
constructor
A new instance of NoRelatedTrades.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoRelatedTrades
Returns a new instance of NoRelatedTrades.
24303 24304 24305 24306 24307 24308 24309 |
# File 'lib/quickfix_fields.rb', line 24303 def initialize(data = nil) if( data == nil ) super(1855) else super(1855, data) end end |
Class Method Details
.field ⇒ Object
24300 24301 24302 |
# File 'lib/quickfix_fields.rb', line 24300 def NoRelatedTrades.field return 1855 end |