Class: Quickfix::NoAuctionTypeRules
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoAuctionTypeRules
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoAuctionTypeRules
constructor
A new instance of NoAuctionTypeRules.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoAuctionTypeRules
Returns a new instance of NoAuctionTypeRules.
62133 62134 62135 62136 62137 62138 62139 |
# File 'lib/quickfix_fields.rb', line 62133 def initialize(data = nil) if( data == nil ) super(2548) else super(2548, data) end end |
Class Method Details
.field ⇒ Object
62130 62131 62132 |
# File 'lib/quickfix_fields.rb', line 62130 def NoAuctionTypeRules.field return 2548 end |