Class: Quickfix::MarginAmountMarketSegmentID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MarginAmountMarketSegmentID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarginAmountMarketSegmentID
constructor
A new instance of MarginAmountMarketSegmentID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MarginAmountMarketSegmentID
Returns a new instance of MarginAmountMarketSegmentID.
22418 22419 22420 22421 22422 22423 22424 |
# File 'lib/quickfix_fields.rb', line 22418 def initialize(data = nil) if( data == nil ) super(1714) else super(1714, data) end end |
Class Method Details
.field ⇒ Object
22415 22416 22417 |
# File 'lib/quickfix_fields.rb', line 22415 def MarginAmountMarketSegmentID.field return 1714 end |