Class: Quickfix::InternationalSwapIndicator

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ InternationalSwapIndicator

Returns a new instance of InternationalSwapIndicator.



61834
61835
61836
61837
61838
61839
61840
# File 'lib/quickfix_fields.rb', line 61834

def initialize(data = nil)
  if( data == nil )
    super(2526)
  else
    super(2526, data)
  end
end

Class Method Details

.fieldObject



61831
61832
61833
# File 'lib/quickfix_fields.rb', line 61831

def InternationalSwapIndicator.field
  return 2526
end