Class: Quickfix::AllowableOneSidednessCurr
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AllowableOneSidednessCurr
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllowableOneSidednessCurr
constructor
A new instance of AllowableOneSidednessCurr.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AllowableOneSidednessCurr
Returns a new instance of AllowableOneSidednessCurr.
10484 10485 10486 10487 10488 10489 10490 |
# File 'lib/quickfix_fields.rb', line 10484 def initialize(data = nil) if( data == nil ) super(767) else super(767, data) end end |
Class Method Details
.field ⇒ Object
10481 10482 10483 |
# File 'lib/quickfix_fields.rb', line 10481 def AllowableOneSidednessCurr.field return 767 end |