Class: Quickfix::DerivativeStateOrProvinceOfIssue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeStateOrProvinceOfIssue

Returns a new instance of DerivativeStateOrProvinceOfIssue.



16724
16725
16726
16727
16728
16729
16730
# File 'lib/quickfix_fields.rb', line 16724

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