Class: Quickfix::OrderRestrictions
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::OrderRestrictions
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderRestrictions
constructor
A new instance of OrderRestrictions.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ OrderRestrictions
Returns a new instance of OrderRestrictions.
7260 7261 7262 7263 7264 7265 7266 |
# File 'lib/quickfix_fields.rb', line 7260 def initialize(data = nil) if( data == nil ) super(529) else super(529, data) end end |
Class Method Details
.field ⇒ Object
7257 7258 7259 |
# File 'lib/quickfix_fields.rb', line 7257 def OrderRestrictions.field return 529 end |