Class: Quickfix::MarginAmtFXRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::MarginAmtFXRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarginAmtFXRate
constructor
A new instance of MarginAmtFXRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ MarginAmtFXRate
Returns a new instance of MarginAmtFXRate.
40241 40242 40243 40244 40245 40246 40247 |
# File 'lib/quickfix_fields.rb', line 40241 def initialize(data = nil) if( data == nil ) super(2088) else super(2088, data) end end |
Class Method Details
.field ⇒ Object
40238 40239 40240 |
# File 'lib/quickfix_fields.rb', line 40238 def MarginAmtFXRate.field return 2088 end |