Class: Quickfix::OrderAttributeValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::OrderAttributeValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderAttributeValue
constructor
A new instance of OrderAttributeValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ OrderAttributeValue
Returns a new instance of OrderAttributeValue.
75237 75238 75239 75240 75241 75242 75243 |
# File 'lib/quickfix_fields.rb', line 75237 def initialize(data = nil) if( data == nil ) super(2595) else super(2595, data) end end |
Class Method Details
.field ⇒ Object
75234 75235 75236 |
# File 'lib/quickfix_fields.rb', line 75234 def OrderAttributeValue.field return 2595 end |